home *** CD-ROM | disk | FTP | other *** search
Wrap
<?php //////////////////////////////////////////////////////////////////////////////// // <!--Copyright (c) 2005 Pure Networks Inc. All rights reserved.--> //////////////////////////////////////////////////////////////////////////////// // // Build: 3.0.6121.0 (Stable) // $Revision: #3 $ // // Port the site runs on $iPort = "8008"; // home dns subdomain desingator $sWaHomeSubDomain = "home"; // link variables for task panel $sLearnMoreLink = "http://www.networkmagic.com"; $sSupportLink = "http://support.networkmagic.com"; $bWebCameraEnabled = false; $sWebCameraLink = "http://images.earthcam.com/spaceneedle/live.php"; $sWebCameraLinkText = "Space Needle Web Camera"; $iWebCameraWindowWidth = 700; $iWebCameraWindowHeight = 600; //product name $sProductNameFormal = "Pure Networks Net2Go"; $sProductNameInformal = "Net2Go"; $sParentProductNameFormal = "Pure Networks Network Magic"; $sParentProductNameInformal = "Network Magic"; //preferences - booleans $bNetworkMap = false; $bForceFileAction = true; $bAutoDetectWebCams = true; $bAutoDetectUSBCams = true; $bWebCameraIsPrivate = true; $bShowWhatsNew = false; $bShowTinyUrlLink = false; $bRssFeedsEnabled = true; //preferences - integers $iFeedCountLimit = 25; $iFeedCountMax = 250; // which styles will we use? $sColorScheme = ""; $sincDisallowedExtensions = ".ade;.adp;.bas;.bat;.chm;.cmd;.com;.cpl;crt;.exe;.hlp;.hta;.inf;.ins;.isp;.js;.jse;.lnk;.mdb;.mde;.msc;.msi;.msp;.mst;.pcd;.pif;.reg;.scr;.sct;.shb;.shs;.url;.vb;.vbe;.vbs;.wsc;.wsf;.wsh"; // This has to be here to get included in upload.php when it's needed $sincPhotoFileExtensions = ".bmp;.gif;.jfif;.jpe;.jpeg;.jpg;.tiff;.png"; $sDownloadUnsupportedExtensions = ".lnk;"; // Upload Max Filesize $iMaxFileSize = 2147483647; ////////////////////////////////////////////////////////////// // These variables are also controlable via the preferences web // interface. If you are using that, the values you set via // the web interface take precedence over these. ////////////////////////////////////////////////////////////// // which styles will we use? $sStyleFamily = "default"; $sStyleName = "simpleblue"; //preferences - booleans $bReplaceOriginalFileOnUpload = false; $bAllowPreferenceReset = true; require "styles/" . $sStyleFamily . "/default.inc"; // config per se, but should be able to be style based, so they are there. /////////////////////////////////////////////////// // let's load the over-ride preferences if need be /////////////////////////////////////////////////// getSitePreferences(); ?>